home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / stk110 / smp.com / EXPL2.SMP < prev    next >
Text File  |  1990-09-29  |  1KB  |  26 lines

  1. /* SMP1  Sprite shape and mask bitmaps created by the SPRED */
  2.  
  3. #define expl2_width  32
  4. #define expl2_height 24
  5.  
  6. unsigned char expl2_shape[] = {
  7.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  8.     0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,
  9.     0x00,0x41,0x10,0x00,0x00,0x08,0x00,0x00,0x02,0x02,0x48,0x00,
  10.     0x00,0x2D,0x80,0x80,0x01,0x57,0xA4,0x00,0x08,0x7F,0xF0,0x00,
  11.     0x02,0xFF,0xE8,0x00,0x00,0x5F,0xE1,0x00,0x01,0x6F,0xD0,0x00,
  12.     0x02,0x1A,0x80,0x00,0x00,0x12,0x44,0x00,0x00,0x85,0x00,0x00,
  13.     0x00,0x00,0x00,0x00,0x00,0x04,0x20,0x00,0x00,0x00,0x00,0x00,
  14.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  15. };
  16. unsigned char expl2_mask[] = {
  17.     0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  18.     0xFF,0xFF,0xFF,0xFF,0xFF,0xFD,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  19.     0xFF,0xBE,0xEF,0xFF,0xFF,0xF7,0xFF,0xFF,0xFD,0xFD,0xB7,0xFF,
  20.     0xFF,0xD2,0x7F,0x7F,0xFE,0xA8,0x5B,0xFF,0xF7,0x80,0x0F,0xFF,
  21.     0xFD,0x00,0x17,0xFF,0xFF,0xA0,0x1E,0xFF,0xFE,0x90,0x2F,0xFF,
  22.     0xFD,0xE5,0x7F,0xFF,0xFF,0xED,0xBB,0xFF,0xFF,0x7A,0xFF,0xFF,
  23.     0xFF,0xFF,0xFF,0xFF,0xFF,0xFB,0xDF,0xFF,0xFF,0xFF,0xFF,0xFF,
  24.     0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  25. };
  26.